home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wtj208.zip / ZEMPEL / SOURCE / THUNK32 / THUNK32.RC < prev    next >
Text File  |  1993-05-08  |  299b  |  15 lines

  1. #include <windows.h>
  2. #include "thunk32.h"
  3.  
  4. Thunk32Icon  ICON Thunk32s.ico
  5.  
  6. Menu MENU
  7. BEGIN
  8.     menuitem        "&Version"      IDM_VERSION
  9.     menuitem        "&32BitDLL"     IDM_32DLL
  10.     menuitem        "&16BitDLL"     IDM_THUNK16
  11.     menuitem        "&About..."     IDM_ABOUT
  12. END
  13.  
  14.  
  15.